docs(hermes): plan context engine support#214
Conversation
|
Thanks for your attention. We will review it and get back to you soon. |
Reference Implementation AvailableWe have built and deployed a working What we builtA standalone Python plugin (
Architecture validationThe implementation closely follows the "Proposed Architecture" section in
Key design decisions worth noting
Configuration# config.yaml
context:
engine: tencentdb-offload
plugins:
enabled:
- tencentdb-offload# .env
TENCENTDB_OFFLOAD_THRESHOLD=0.4
TENCENTDB_OFFLOAD_GATEWAY_URL=http://127.0.0.1:8420Compatibility
We are happy to contribute this as a starting point for the official If there is interest, we can open a PR to add this under |
Signed-off-by: Ziyang Guo <121015044+RerankerGuo@users.noreply.github.com>
fb8d192 to
1387c7f
Compare
|
Hi @Maxwell-Code07 — gentle ping on #214. You originally said "Thanks for the PR! We'll review the tool registration fix" (that was actually for #220; #214 you said "Thanks for your attention. We will review it and get back to you soon"). Since then, @ysun0804 publicly shared a working production I rebased onto current
|
YOMXXX
left a comment
There was a problem hiding this comment.
Approved as a clear plan-only Hermes ContextEngine design document.
Verification:
- GitHub PR diff only changes
README.md,README_CN.md, and addsdocs/hermes-context-engine-plan.md. git diff --check $(git merge-base main HEAD)..HEAD -- README.md README_CN.md docs/hermes-context-engine-plan.mdpassed.- Reviewed the content: it explicitly says this is not a completed adapter, defines lifecycle mapping and phased implementation, and keeps the existing Hermes MemoryProvider behavior out of scope.
This remains useful alongside #376: #214 documents the broader staged integration plan, while #376 is a focused runtime ContextEngine implementation candidate.
Description | 描述
Add a design plan for bringing TencentDB Agent Memory short-term context offload to Hermes through a
ContextEngineplugin.The document summarizes:
ContextEnginelifecycle contractmemory.providerThis is intentionally design-only. It does not claim to complete Hermes Context Engine support.
Related Issue | 关联 Issue
Related to #102
Related to #202
Change Type | 修改类型
Self-test Checklist | 自测清单
Additional Notes | 其他说明
Verified with
npm testandnpm run buildusing Node v24.15.0.